Method PostOrderTraversal<TProps>(ITreeRedbObject<TProps>)

Assembly: redb.Core.dll

Depth-First Search tree traversal - post-order for typed trees.

public static IEnumerable<ITreeRedbObject<TProps>> PostOrderTraversal<TProps>(this ITreeRedbObject<TProps> root) where TProps : class, new()